home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Cl… (Business) 1997 November / Software of the Month Club - Business Shareware (Volume 243) (November 1997).iso / dos / biz / Parse / EXAMPL01.POM < prev    next >
Encoding:
Text File  |  1997-08-27  |  206 b   |  17 lines

  1. ;
  2. ;   Ignore title lines
  3. ;
  4. IGNORE $FLINE[2] = " "
  5. ;
  6. ;   Ignore completed items
  7. ;
  8. IGNORE $FLINE[2] = "X"
  9. ;
  10. ;   Ignore postponed items
  11. ;
  12. IGNORE $FLINE[2] = "P"
  13. ;
  14. ;   Output
  15. ;
  16. OUTEND |{$FLINE}
  17.